Back

I speak Jesus - Charity Gayle, Steven Musso

Tussenspel I speak Jesus

PNG - MP3 - MIDI
sax-only PNG
sax PNG
horn PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=74
  \key e\major
  
  gis'2 a2 | b2 dis4( e4) |
  
}

chordNames = \chordmode {
  
  e1 | e1 |
  
  
 
}

songtext = \lyricmode {}

\include "../template.ly"

Voorspel I speak Jesus

PNG - MP3 - MIDI
sax-only PNG
horn PNG
sax PNG
source code
\version "2.22.2"

melody = \relative c' {
  \numericTimeSignature
  \time 4/4
  \tempo 4=74
  \key e\major
  
  gis'2 a2 | b2 dis4( e4) |
  gis,2 a2 | b2 dis4( e4) |
  a,2 b2 | a2 dis4 (e4) |
  
}

chordNames = \chordmode {
  
  e1 | e1 |
  cis1:m | cis1:m |
  a1 | a1 |
  
  
 
}

songtext = \lyricmode {}

\include "../template.ly"